home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000257_news@columbia.edu _Mon May 1 17:07:01 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id RAA09010
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Mon, 1 May 2000 17:07:01 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA16077
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 1 May 2000 17:07:00 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id QAA27626
  10.     for kermit.misc@watsun.cc.columbia.edu; Mon, 1 May 2000 16:52:04 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: Connecting to old kermits
  14. Date: 1 May 2000 20:52:03 GMT
  15. Organization: Columbia University
  16. Message-ID: <8ekqpj$qv8$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <G6mP4.13247$O4.262551@news.tpnet.pl>,
  20. Max <Wadysaw.9358343@pharmanet.com.pl> wrote:
  21. : Frank da Cruz wrote in message <8ec3v0$gpl$1@newsmaster.cc.columbia.edu>...
  22. : >In article <tn9O4.61$Ig.3681@nsw.nnrp.telstra.net>,
  23. : >Glenn Davy <glenn@sterland.com.au> wrote:
  24. : >: I'm new to all things kermit as well.
  25. : The problem:
  26. : I have an old specialised comp. based on mikroP MC68010  (Motorola) with
  27. : VERSAdos operating system. Transfers are made on the base of Kermit or X
  28. : modem protocols (TRANSFER utility version  100687). There are some troubles
  29. : with transfer huge amount of files (it just stops signalising break  due to
  30. : error in transmission).
  31. : On the page http://www.columbia.edu/kermit/ckermit.html    are kermits  for:
  32. :
  33. : + cku196.linux-m68k-db2.1      Motorola 680x0, Linux Debian 2.1
  34. : + cku196.linux-m68k-db2.2      Motorola 680x0 (Amiga 3000), Linux Debian 2.2
  35. : + cku196.netbsd-m68k-1.4.2a    Motorola 680x0, NetBSD 1.4.2-Alpha
  36. :
  37. : Question: Is it suitable for me to replace old kermit in this old spec.
  38. : computer to  new one, and which one from enlisted?
  39. Sorry, we don't have a modern Kermit program for Versados.  Linux and NetBSD
  40. are different operating systems.  You won't be able to run those executables
  41. on Versados.
  42.  
  43. I think the best hope for getting a modern Kermit onto Versados would be to
  44. adapt G-Kermit:
  45.  
  46.   http://www.columbia.edu/kermit/gkermit.html
  47.  
  48. But this would require a C programmer who is knowledgeable about Versados,
  49. and of course also a C compiler on the Versados system.
  50.  
  51. - Frank